-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random sampler analysis class #273
base: dev
Are you sure you want to change the base?
Conversation
This pull request introduces 1 alert when merging fcff1c3 into 6ab8e9e - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
oh you will need to change test_mc_analysis.py, the [0] indexing just needs to be removed i think. since this changes how results are returned? |
It shouldn't matter I think. I'll have a look |
Is there some deeper issue here or just because of the changed order of the calls to the random number generator? |
This pull request introduces 1 alert when merging 8fa541a into 6ab8e9e - view on LGTM.com new alerts:
|
@wedeling -- should this be fixed and merged? Or discarded? Work on this started more than 3 years ago ... |
@DavidPCoster Not sure, it's got quite some work in it, but's it's been 3 years, there might be conflicts with the current version. Also, the HDF5 collator probably deserves it's own PR. |
Made the computation of the confidence intervals more efficient, by vectorizing the for loop over the number of bootstrap samples.